home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
ISSUE03
/
TYPECAST
/
BASM.DPR
next >
Wrap
Text File
|
1995-05-28
|
187b
|
13 lines
program Basm;
uses
Forms,
Basmu in 'BASMU.PAS' {BIOSCounterForm};
{$R *.RES}
begin
Application.CreateForm(TBIOSCounterForm, BIOSCounterForm);
Application.Run;
end.